今天閱讀「適用於 Android 開發人員的 Jetpack Compose」第二章「版面配置、主題設定和動畫」的「Lazy 版面配置」
itemIndexed
來當多佈局使用rememberLazyListState
來記住狀態GridCells.Fixed(3)
來當new GridLayoutManager(context, 3)
用GridCells.Adaptive(128.dp)
取代上面的GridCells.Fixed(3)
來自適應寬度modifier = Modifier.animateItemPlacement
來增加動畫